home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ABUSESRC.ZIP / AbuseSrc / abuse / inc / help.hpp < prev    next >
C/C++ Source or Header  |  1996-01-24  |  250b  |  17 lines

  1. #ifndef __HELP_HPP_
  2. #define __HELP_HPP_
  3.  
  4. #include "event.hpp"
  5.  
  6. extern int total_help_screens;
  7. extern int *help_screens;
  8. void help_handle_event(event &ev);
  9. void draw_help();        // called from game draw if in help mode
  10.  
  11. #endif
  12.  
  13.  
  14.  
  15.  
  16.  
  17.